PythonPandas TutorialPreview and SummaryOn this pagePreview and Summary Load DataFrame Functions head() tail() slice loc[:, :] iloc[:, :] columns dtypes unique() mean() value_counts() Try value_counts() directly on the whole DataFrame describe() Filter